html document

美 [ˌeɪtʃ tiː em ˈel ˈdɑːkjumənt]英 [ˌeɪtʃ tiː em ˈel ˈdɒkjumənt]
  • 网络HTML文档;html文件
html documenthtml document
  1. Allows the client application to view a static HTML document .

    允许客户端应用程序查看静态html文档。

  2. To add a picture or HTML document , click browse .

    要添加图片或html文档,单击“浏览”。

  3. Every HTML document must have a TITLE element in the HEAD section .

    每一个HTML文档都必须在HEAD部分有一个TITLE元素。

  4. This example demonstrates how to create tables in an HTML document .

    这个例子演示了怎么在一个HTML文档中建立表格。

  5. Still others might produce nothing because the document is not a standard HTML document .

    还有一些浏览器可能什么都不会显示,因为此文档不是一个标准的HTML文档。

  6. Metadata Extracting for HTML Document Based on Rules

    基于规则的HTML文档元数据提取

  7. Design and Implementation of Embedded HTML Document Parser

    嵌入式HTML文档解析器的设计与实现

  8. Click Browse to find a picture or HTML document .

    单击“浏览”查找图片或html文档。

  9. How to create links in an HTML document .

    这个例子演示了如何在HTML文档中创建超链接。

  10. This section reviews the current methods of dividing an HTML document using generic sample code .

    本小节回顾了使用通用样例代码划分HTML文档的现有方法。

  11. Gets the bounds of the client area of the element in the HTML document .

    获取html文档中元素工作区的边界。

  12. Accessing the document being viewed , making sure it is an HTML document .

    存取当前文档对象,确定它是一份HTML类型的文件;

  13. HTML document objects can respond to events .

    html文档对象可以对事件做出反应。

  14. Implementation of the extended HTML document visualized editing and browsing navigation is presented .

    在此基础上实现扩展HTML文档的可视化编辑和浏览导航。

  15. The concept of cascade becomes important when multiple stylesheet are specified for an HTML document .

    若一个HTML文件中包含有多个样式表,那串接这个概念就非常重要了。

  16. To add timing to an HTML document , developers add new attributes to existing HTML elements .

    为了给HTML文档添加定时,开发人员要向现有的HTML元素添加新属性。

  17. In an HTML document , the tags have parent-child relationships .

    在一个HTML文件中,标签之间有所谓的亲子关系。

  18. But most importantly , this technique inserts meaningless content into the resulting HTML document .

    但最为重要的是,这种技术会将无意义的内容插入到结果HTML文档。

  19. These views won 't render into a complete HTML document like the Zend views did .

    这些视图不会像Zend视图一样呈现成完全的HTML文档。

  20. Apply styles and formatting based on JavaScript code also often in external files to different parts of the HTML document .

    基于JavaScript代码(通常位于外部文件)将样式和格式应用于HTML文档的不同部分。

  21. Represents an HTML document used to define other HTML documents , such as cascading style sheets .

    表示一个html文档,用于定义其他html文档,如级联样式表。

  22. Character references are numeric or symbolic names for characters that may be included in an HTML document .

    字符引用是指在HTML文档中允许包含的以数字或者符号短语形式表示字符的方式。

  23. The fact that the HTML document loads a cascading style sheet is irrelevant at this stage .

    实际上,HTML文档装入级联样式表与此阶段无关。

  24. Listing 8 provides the basic framework for generating an HTML document to populate with the TOC .

    清单8提供了生成HTML文档并填充TOC的基本框架。

  25. Just remember , you can do anything inside the Content section that you can do in a regular HTML document .

    请记住,您能在一个常规HTML文件中做的任何事情,在Content节中也一样可以。

  26. Finally , you must call the script ( go_decoding ()), as you load the HTML document .

    最后,您必须在加载HTML文档时调用脚本(godecoding())。

  27. An unclosed HTML document that includes an HTML head tag and the first part of the body tag .

    一个未闭合的HTML文档,包含了HTMLhead标签和body标签的第一部分内容。

  28. The method makes use of the native tree structure of HTML document and designs a new simple form of labeling the example pages .

    该方法充分利用了HTML文档内在的树状结构,设计了简单方便的样本网页标注形式。

  29. Next , add some additional markup to your HTML document : an unordered list of links .

    接下来,在HTML文档中添加一些标记:一个无序的链接列表。

  30. In this case , all CSS declarations are stored in a file external to the HTML document .

    在这种方式下,所有的CSS样式宣告都是存在另外一个档案中。